PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFViewerPreferences Class / setIsDocumentTitleDisplayed Method
True of the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle. False if the title bar should instead display the name of the PDF file containing the document.
In This Topic
    setIsDocumentTitleDisplayed Method
    In This Topic
    Sets a value indicating whether the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle.
    Syntax
    public void setIsDocumentTitleDisplayed( 
       boolean value
    )

    Parameters

    value
    True of the window's title bar should display the document title taken from the PDFDocumentInformation.getTitle. False if the title bar should instead display the name of the PDF file containing the document.
    See Also